home *** CD-ROM | disk | FTP | other *** search
- A number of configuration options have been pre-set within the www project. These are;
-
- WWWPort = '80';
-
- The server will listen on port 80. Make sure that no other servers are listening on
- this port.
-
- HomePath = '.';
-
- The default home path is the same directory from which the project is executed from.
- If you run the www project from c:\sockv3\www and request;
- http://127.0.0.1/index.html then the file will come from c:\sockv3\www\index.html
-
- DefaultHTML = 'index.html';
-
- If no file is specified in the URL then index.html is loaded. For example;
- http://127.0.0.1/
- Would cause the index.html to be retrieved.
-
-
- To use this example on a standalone machine...
-
- 1) run www.exe
- 2) run Netscape or some other browser.
- 3) enter:
- http://127.0.0.1
- in the Location, Web Page, or URL field depending on the browser.
- 4) index.html should be displayed showing the documentation for the sockets
- component in you're browser window.
-
-
- Have fun
-
- Gary T. Desrosiers
- desrosi@pcnet.com
-
-
-